Move gdkprivate-win32.h include to ensure that this change affects gdkevents-win32.c
#include "config.h"
+#include "gdkprivate-win32.h"
+
#include <glib/gprintf.h>
#include "gdk.h"
#include "gdkdisplayprivate.h"
-#include "gdkprivate-win32.h"
#include "gdkwin32.h"
#include "gdkkeysyms.h"
#include "gdkdevicemanager-win32.h"
#define __GDK_PRIVATE_WIN32_H__
#ifndef WINVER
-#define WINVER 0x0500
+/* Vista or newer */
+#define WINVER 0x0600
#endif
#ifndef _WIN32_WINNT
#ifndef _MSC_VER
#ifndef _WIN32_WINNT
-#define _WIN32_WINNT 0x0500
+/* Vista or newer */
+#define _WIN32_WINNT 0x0600
#endif
#ifndef WINVER
#define WINVER _WIN32_WINNT
#ifndef _MSC_VER
#ifndef _WIN32_WINNT
-#define _WIN32_WINNT 0x0500
+/* Vista or newer */
+#define _WIN32_WINNT 0x0600
#endif
#ifndef WINVER
#define WINVER _WIN32_WINNT